Opc.Ua.Core
Fault(Exception,UInt32,String,Object[]) Method



Opc.Ua.Bindings Namespace > ChannelAsyncOperation<T> Class > Fault Method : Fault(Exception,UInt32,String,Object[]) Method
Called when an asynchronous operation completes.
Syntax
'Declaration
 
Public Overloads Function Fault( _
   ByVal e As Exception, _
   ByVal defaultCode As UInteger, _
   ByVal format As String, _
   ByVal ParamArray args() As Object _
) As Boolean
'Usage
 
Dim instance As ChannelAsyncOperation(Of T)
Dim e As Exception
Dim defaultCode As UInteger
Dim format As String
Dim args() As Object
Dim value As Boolean
 
value = instance.Fault(e, defaultCode, format, args)
public bool Fault( 
   Exception e,
   uint defaultCode,
   string format,
   params object[] args
)

Parameters

e
defaultCode
format
args
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChannelAsyncOperation<T> Class
ChannelAsyncOperation<T> Members
Overload List